---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Hey, that tickles! Hehehe!

Time: 2023-09-07 19:26:44 CDT
Description: Exception while adding particle

java.lang.ClassCastException: net.msrandom.witchery.block.entity.TileEntityGrassper cannot be cast to net.msrandom.witchery.block.entity.TileEntityCauldron
    at net.msrandom.witchery.client.ClientEvents.lambda$onBlockColorsInit$8(ClientEvents.java:464)
    at net.minecraft.client.renderer.color.BlockColors.colorMultiplier(BlockColors.java:185)
    at net.minecraft.client.particle.ParticleDigging.multiplyColor(SourceFile:52)
    at net.minecraft.client.particle.ParticleDigging.init(SourceFile:47)
    at net.minecraft.client.particle.ParticleDigging$Factory.createParticle(SourceFile:105)
    at com.TominoCZ.FBP.particle.FBPParticleManager.spawnEffectParticle(FBPParticleManager.java:256)
    at net.minecraft.client.renderer.RenderGlobal.spawnParticle0(RenderGlobal.java:2188)
    at net.minecraft.client.renderer.RenderGlobal.spawnParticle(RenderGlobal.java:2131)
    at net.minecraft.client.renderer.RenderGlobal.spawnParticle(RenderGlobal.java:2124)
    at net.minecraft.world.World.spawnParticle(World.java:1169)
    at net.minecraft.world.World.spawnParticle(World.java:1148)
    at git.jbredwards.subaquatic.mod.asm.plugin.vanilla.entity.PluginEntity$Hooks.createRunningParticles(PluginEntity.java:122)
    at net.minecraft.entity.Entity.createRunningParticles(Entity.java)
    at net.minecraft.entity.Entity.spawnRunningParticles(Entity.java:1264)
    at net.minecraft.client.entity.EntityPlayerSP.spawnRunningParticles(EntityPlayerSP.java:1354)
    at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:466)
    at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:226)
    at net.minecraft.entity.player.EntityPlayer.onEntityUpdate(EntityPlayer.java:42194)
    at net.minecraft.entity.Entity.onUpdate(Entity.java:389)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2096)
    at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:234)
    at net.minecraft.client.entity.EntityPlayerSP.onUpdate(EntityPlayerSP.java:181)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
    at net.minecraft.world.World.updateEntity(World.java:1958)
    at net.minecraft.world.World.updateEntities(World.java:1762)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:1847)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.run(Minecraft.java:4614)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
    at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
    at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)

(MixinBooter) Mixins in Stacktrace:
    net.minecraft.client.entity.EntityPlayerSP:
        mod.acgaming.universaltweaks.bugfixes.blocks.miningglitch.mixin.UTPlayerWalkingMixin (mixins.bugfixes.blocks.miningglitch.client.json)
        mod.acgaming.universaltweaks.tweaks.entities.autojump.mixin.UTAutoJumpMixin (mixins.tweaks.entities.autojump.json)
        com.fuzs.aquaacrobatics.core.mixin.client.EntityPlayerSPMixin (META-INF/mixins.aquaacrobatics.json)
        zone.rong.loliasm.common.mcfixes.mixins.mc2071.EntityPlayerSPMixin (mixins.resolve_mc2071.json)
        mod.acgaming.universaltweaks.bugfixes.entities.elytra.mixin.UTElytraDeploymentMixin (mixins.bugfixes.entities.elytra.json)
    net.minecraft.entity.Entity:
        com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json)
        mod.acgaming.universaltweaks.bugfixes.entities.entityid.mixin.UTEntityIDMixin (mixins.bugfixes.entities.entityid.json)
        mod.acgaming.universaltweaks.bugfixes.entities.boundingbox.mixin.UTEntityBoundingBoxMixin (mixins.bugfixes.entities.boundingbox.json)
        zone.rong.loliasm.common.crashes.mixins.EntityMixin (mixins.crashes.json)
        mod.acgaming.universaltweaks.bugfixes.entities.suffocation.mixin.UTSuffocationMixin (mixins.bugfixes.entities.suffocation.json)
        mod.acgaming.universaltweaks.bugfixes.entities.desync.mixin.UTEntityMixin (mixins.bugfixes.entities.desync.json)
    net.minecraft.entity.player.EntityPlayer:
        mod.acgaming.universaltweaks.tweaks.blocks.bedobstruction.mixin.UTBedObstructionMixin (mixins.tweaks.blocks.bedobstruction.json)
        com.fuzs.aquaacrobatics.core.mixin.EntityPlayerMixin (META-INF/mixins.aquaacrobatics.json)
        mod.acgaming.universaltweaks.bugfixes.blocks.ladder.mixin.UTLadderFlyingPlayerMixin (mixins.bugfixes.blocks.ladderflying.json)
        mod.acgaming.universaltweaks.bugfixes.entities.saturation.mixin.UTSaturationMixin (mixins.bugfixes.entities.saturation.json)
    net.minecraft.client.Minecraft:
        zone.rong.loliasm.common.crashes.mixins.MinecraftMixin (mixins.crashes.json)
        mod.acgaming.universaltweaks.tweaks.misc.buttons.snooper.mixin.UTSnooperClient (mixins.tweaks.misc.buttons.snooper.client.json)
        mod.acgaming.universaltweaks.tweaks.performance.fps.mixin.UTUncapFPSMixin (mixins.tweaks.performance.fps.json)
        zone.rong.loliasm.client.mcfixes.mixins.mc186052.MinecraftMixin (mixins.fix_mc186052.json)
        zone.rong.loliasm.client.searchtree.mixins.vanilla.MinecraftMixin (mixins.searchtree_vanilla.json)
    net.minecraft.entity.EntityLivingBase:
        mod.acgaming.universaltweaks.tweaks.misc.incurablepotions.mixin.UTIncurablePotionsMixin (mixins.tweaks.misc.incurablepotions.json)
        mod.acgaming.universaltweaks.bugfixes.entities.deathtime.mixin.UTDeathTimeMixin (mixins.bugfixes.entities.deathtime.json)
        mod.acgaming.universaltweaks.bugfixes.entities.elytra.mixin.UTElytraLandingMixin (mixins.bugfixes.entities.elytra.json)
        com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json)
        mod.acgaming.universaltweaks.bugfixes.entities.maxhealth.mixin.UTMaxHealthMixin (mixins.bugfixes.entities.maxhealth.json)
    net.minecraft.world.World:
        noobanidus.mods.lootr.mixins.MixinWorld (lootr.mixins.json)
    net.minecraft.client.renderer.RenderGlobal:
        mod.acgaming.universaltweaks.bugfixes.blocks.blockoverlay.mixin.UTBlockOverlayMixin (mixins.bugfixes.blocks.blockoverlay.json)
        mod.acgaming.universaltweaks.bugfixes.world.frustumculling.mixin.UTFrustumCullingMixin (mixins.bugfixes.world.frustumculling.json)
        zone.rong.loliasm.client.sprite.ondemand.mixins.RenderGlobalAccessor (mixins.ondemand_sprites.json)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Particle being added --
  ID: 37
  Parameters: [I@17ae6825
  Position: 1655.02,92.98,1038.33 - World: (1655,92,1038), Chunk: (at 7,5,14 in 103,64; contains blocks 1648,0,1024 to 1663,255,1039), Region: (3,2; contains chunks 96,64 to 127,95, blocks 1536,0,1024 to 2047,255,1535)

-- Entity being ticked --
  Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
  Entity ID: 47650299
  Entity Name: oitsjustjose
  Entity's Exact location: 1654.82, 92.88, 1038.14
  Entity's Block location: World: (1654,92,1038), Chunk: (at 6,5,14 in 103,64; contains blocks 1648,0,1024 to 1663,255,1039), Region: (3,2; contains chunks 96,64 to 127,95, blocks 1536,0,1024 to 2047,255,1535)
  Entity's Momentum: 0.14, -0.08, -0.00
  Entity's Passengers: []
  Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  Entity NBT: {Pos:[1654.8184710605249d,92.875d,1038.144739505548d],Motion:[0.14057323159533028d,-0.0784000015258789d,-0.004024560062501107d],Rotation:[1006.3185f,29.017757f],FallDistance:0.0f,Fire:-20s,Air:300s,OnGround:1b,Dimension:0,Invulnerable:0b,PortalCooldown:0,UUIDMost:4431579652873339823L,UUIDLeast:-4783089404273185109L,AABB:[1654.518471048604d,92.875d,1037.844739493627d,1655.1184710724458d,94.67499995231628d,1038.4447395174689d],UpdateBlocked:0b,ForgeData:{WitcheryInitialWidth:0.6f,WitcheryInitialHeight:1.8f,PlayerPersisted:{received_at_book:0b,received_at_schematics:0b,vtweaks:{},Waystones:{WaystoneList:[{Name:"oitsjustjose's Home",Dimension:0,Position:472246015493127L,IsGlobal:0b},{Name:"Imbuement Altar",Dimension:0,Position:217983414699067L,IsGlobal:0b},{Name:"Nope50 base",Dimension:0,Position:5777670537662L,IsGlobal:0b},{Name:"Pyramid",Dimension:0,Position:-12915369311463L,IsGlobal:0b},{Name:"Jakes Place",Dimension:0,Position:-252333086735083L,IsGlobal:0b},{Name:"Regal's Stolen Castle",Dimension:0,Position:142117313708450L,IsGlobal:0b},{Name:"Village w/ 2 Wizard's Towers",Dimension:0,Position:214959422176515L,IsGlobal:0b},{Name:"End Island",Dimension:1,Position:14572354273283L,IsGlobal:0b},{Name:"2nd check in point",Dimension:0,Position:1189676547307371L,IsGlobal:0b},{Name:"Double EBW Ruins",Dimension:0,Position:550310535752757L,IsGlobal:0b},{Name:"Pompeii",Dimension:0,Position:-343864074314579L,IsGlobal:0b},{Name:"Jagmider Savanna",Dimension:0,Position:38212793781866L,IsGlobal:0b},{Name:"Cryzoires River",Dimension:0,Position:-675095777378687L,IsGlobal:0b},{Name:"Condenser Upgrade Wizard",Dimension:0,Position:-153926124963253L,IsGlobal:0b},{Name:"Exploration Outpost",Dimension:0,Position:294403902007072L,IsGlobal:0b},{Name:"Sand Quarry",Dimension:0,Position:1346631362416088L,IsGlobal:0b},{Name:"The Endless Deeps",Dimension:0,Position:431285583480110L,IsGlobal:0b},{Name:"Ghast Spawner",Dimension:-1,Position:-25011540722335L,IsGlobal:0b},{Name:"Potential Death",Dimension:0,Position:504403509380033L,IsGlobal:0b},{Name:"A.S. Crystal",Dimension:0,Position:-5491249903187L,IsGlobal:0b},{Name:"Casa De Trevoltar",Dimension:0,Position:-2469270648192L,IsGlobal:0b},{Name:"mob grinder (real)",Dimension:0,Position:-3561400303472L,IsGlobal:0b}],LastFreeWarp:0L,LastWarpStoneUse:0L}},"enderio:flags":{enderio.darksteel.upgrade.elytra:1b},thaumadditions:{MithminiteScytheTimeout:7}},ForgeCaps:{"llibrary:extendedentitydatacapability":{"mm:living":{freezeProgress:0.0f,frozenYaw:0.0f,frozenPitch:0.0f,frozenYawHead:0.0f,frozenRenderYawOffset:0.0f,frozenSwingProgress:0.0f,frozenLimbSwingAmount:0.0f,prevHasAI:0b,freezeDecayDelay:0},"Fossils - Player Tracker":{KilledAnu:0b,KilledBiofossil:0,RaisedDinosaur:0b},"mm:player":{untilSunstrike:0,untilAxeSwing:0,prevTime:0,time:0}},"thaumcraft:knowledge":{research:[{key:"m_ELYTRAFLY"},{key:"[#]-272861051"},{key:"m_walker"},{key:"m_LEVITATE"},{key:"m_swimmer"},{key:"m_DESERT"},{key:"!gotcrystals"},{key:"m_FOREST"},{key:"m_OCEAN"},{key:"m_MOUNTAIN"},{key:"m_LONGTIMEINWATER"},{key:"[#]-2120471269"},{key:"m_jumper"},{key:"!gotthaumonomicon"},{key:"m_hellandback"},{key:"FIRSTSTEPS",stage:1},{key:"KNOWLEDGETYPES",stage:2},{key:"f_fireball"},{key:"THAUMIC_AUGMENTATION_BASE",stage:2,flags:"RESEARCH"},{key:"[#]1078335747"},{key:"m_endoftheworld"},{key:"m_runner"},{key:"!gotdream"}],knowledge:[{key:"O_BASICS",amount:10},{key:"T_GOLEMANCY",amount:10},{key:"O_ALCHEMY",amount:58},{key:"T_INFUSION",amount:13},{key:"T_ELDRITCH",amount:11},{key:"T_ALCHEMY",amount:38}]},"thaumcraft:warp":{warp:[I;0,0,0],counter:1},"colytra:colytraflying":{colytra_flying:0b},"ebwizardry:wizarddata":{imbuements:[],allies:[],allyNames:[],discoveredSpells:[I;114,36,57,68,116,22,117,294,179,25,285,106,13,149,188,9,27,385,162,155,175,386,283,196,39,5,276,72,18,133,92,322,211,31,35,51,148,379,212,16,141,383,145,111,8,4,138,214,270,14,88,28,21,121,37,20,316,176,74,118,143,281,139,2,120,344,42,125,290,257,12,53,142,17,108,24,6,369,330,274,286,154,392,243,157,94,153,333,112,123,144,113,26,375,119,30,83,33,174,150,146,45,147,1,23,170,271,384,342,29,48,278,115,11,227,229,137,10,380,7,235,15,247,254,218,326,3,357,58,75,373,69,339,32,194,367,66],maxTierReached:0,recentSpells:[]},"thaumicaugmentation:portal_state":{inPortal:0b},"witchery:living":{},"witchery:player":{BottlingSkill:0,ThrowingSkill:0,VisitedNether:0b,FortuneTeller:0b,Coven:[],Predictions:[],PermanentEffects:[],CreatureTraits:{},HumanBlood:500,MirrorEscape1:-9223372036854775808L,MirrorEscape2:-9223372036854775808L,ManifestationDuration:0,MustWakeUp:0b,SkipManifestation:0b,SpiritWalking:0b,Nightmare:"DREAM",LastNightmareKill:-1L,Ghost:0b,Torment:"NONE",Level:0},"baubles:container":{Items:[{Slot:0,id:"ancientspellcraft:amulet_pendant_of_eternity",Count:1b,Damage:39s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:1,id:"botania:magnetring",Count:1b,Damage:0s,tag:{playerHashcode:47650299,cooldown:0},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:2,id:"ebwizardry:ring_battlemage",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:3,id:"thaumcraft:baubles",Count:1b,Damage:6s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:4,id:"supersoundmuffler:sound_muffler_bauble",Count:1b,Damage:0s,tag:{sounds:[{sound:"ebwizardry:spell.agility"}],whiteList:0b},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:5,id:"improvedbackpacks:backpack",Count:1b,Damage:0s,tag:{UUIDMost:-496004272040555596L,UUIDLeast:-5093729856409181949L,Tier:5,Items:[{Slot:0b,id:"waystones:waystone",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:1b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:3b,id:"minecraft:torch",Count:7b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:4b,id:"danknull:dank_null_4",Count:1b,Damage:0s,tag:{DankNullCap:{danknull-inventory:[{id:"minecraft:cobblestone",Count:2048,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}},Slot:0},{id:"minecraft:stone",Count:1862,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}},Slot:1},{id:"minecraft:dirt",Count:90,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}},Slot:2},{id:"minecraft:netherrack",Count:270,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}},Slot:3}],ExtractionModes:[{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:1s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"rustic:slate",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:ore_quartz",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:clay_ball",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:2s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:gold_ore",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"immersiveengineering:ore",Count:1b,Damage:5s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:crystal_essence",Count:1b,Damage:0s,tag:{Aspects:[{key:"terra",amount:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:crystal_essence",Count:1b,Damage:0s,tag:{Aspects:[{key:"ordo",amount:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:bed",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:bed",Count:1b,Damage:4s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:potato",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:4s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:coal_ore",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:crystal_essence",Count:1b,Damage:0s,tag:{Aspects:[{key:"aqua",amount:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:3s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:wheat_seeds",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:6s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:dirt",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:gravel",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"forestry:planks.1",Count:1b,Damage:8s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:iron_ore",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:coal",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:crystal_essence",Count:1b,Damage:0s,tag:{Aspects:[{key:"aer",amount:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:fireworks",Count:1b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"quark:marble",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:wheat",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:planks",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:cobblestone",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:redstone",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:sand",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:7s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"actuallyadditions:block_misc",Count:1b,Damage:3s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:carrot",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:stone",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thermalfoundation:ore",Count:1b,Damage:5s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:crystal_essence",Count:1b,Damage:0s,tag:{Aspects:[{key:"ignis",amount:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"thaumcraft:crystal_essence",Count:1b,Damage:0s,tag:{Aspects:[{key:"perditio",amount:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},{Mode:4,Stack:{id:"minecraft:log",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}}],selectedIndex:2}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:5b,id:"minecraft:torch",Count:7b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:7b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:8b,id:"minecraft:golden_apple",Count:1b,Damage:1s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:9b,id:"waystones:warp_stone",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:10b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:13b,id:"enderio:item_soul_vial",Count:16b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:16b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:17b,id:"rustic:elixir",Count:15b,Damage:0s,tag:{ElixirEffects:[{Effect:"rustic:ironskin",Duration:9600,Amplifier:0}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:18b,id:"waystones:bound_scroll",Count:2b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:19b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:21b,id:"toolbox:handpick",Count:1b,Damage:0s,tag:{ench:[{id:53s,lvl:2s},{id:32s,lvl:4s},{id:35s,lvl:3s},{id:34s,lvl:3s},{id:70s,lvl:1s}],Head:"iron",RepairCost:15,Haft:"treated_wood",ADORNMENT:"ruby",Handle:"leather"},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:22b,id:"toolbox:hammer",Count:1b,Damage:356s,tag:{Head:"steel",Haft:"end_rod",Handle:"treated_wood",ADORNMENT:"diamond",RepairCost:15,ench:[{id:32s,lvl:3s},{id:34s,lvl:3s},{id:33s,lvl:1s},{id:70s,lvl:1s}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:23b,id:"minecraft:diamond_axe",Count:1b,Damage:16s,tag:{ench:[{id:34s,lvl:3s},{id:32s,lvl:3s},{id:60s,lvl:1s},{id:70s,lvl:1s}],RepairCost:7},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:25b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:26b,id:"rustic:elixir",Count:12b,Damage:0s,tag:{ElixirEffects:[{Effect:"minecraft:health_boost",Duration:9600,Amplifier:0}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:27b,id:"comforts:sleeping_bag",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:28b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:30b,id:"minecraft:bucket",Count:2b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:31b,id:"actuallyadditions:item_crafter_on_a_stick",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:32b,id:"minecraft:water_bucket",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{},"subaquatic:fish_bucket":0b}},{Slot:34b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:35b,id:"rustic:elixir",Count:16b,Damage:0s,tag:{ElixirEffects:[{Effect:"minecraft:regeneration",Duration:450,Amplifier:1}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:36b,id:"minecraft:boat",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:37b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:39b,id:"minecraft:shears",Count:1b,Damage:169s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:40b,id:"minecraft:flint_and_steel",Count:1b,Damage:47s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:41b,id:"minecraft:diamond_hoe",Count:1b,Damage:30s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:43b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:44b,id:"forestry:ambrosia",Count:10b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:45b,id:"extrautils2:bagofholding",Count:1b,Damage:0s,tag:{Items:{}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:46b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:52b,id:"minecraft:fireworks",Count:64b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:53b,id:"minecraft:golden_apple",Count:7b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:54b,id:"extrautils2:bagofholding",Count:1b,Damage:0s,tag:{Items:{}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:56b,id:"extrautils2:itembuilderswand",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:57b,id:"chisel:chisel_hitech",Count:1b,Damage:3265s,tag:{chiseldata:{preview:2,selectslot:96,targetslot:1,rotate:1b,target:{id:"immersiveengineering:storage",Count:1b,Damage:8s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},mode:"SINGLE"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:58b,id:"chiselsandbits:bit_bag",Count:1b,Damage:0s,tag:{contents:[I;35606,2496,4962,3072,4258,2296,4101,3584,4099,768,1684,1088,1683,4096,1683,4096,1683,4096,1683,4096,1683,3994,169,3712,45,1024,15,3424,14,3497,3,3297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:59b,id:"chiselsandbits:chisel_diamond",Count:1b,Damage:0s,tag:{mode:"SAME_MATERIAL",damage:259460},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:60b,id:"chiselsandbits:positiveprint",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:62b,id:"ebwizardry:master_wand",Count:1b,Damage:98s,tag:{RepairCost:0,display:{Name:"Combat Wand"},cooldown:[I;0,0,0,0,0,0,0],progression:34,maxCooldown:[I;55,170,15,119,50,31,170],selectedSpell:3,spells:[I;92,196,69,66,286,322,179],upgrades:{duration:1,attunement:2,range:1,storage:1}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:6,id:"ancientspellcraft:charm_guardian_blade",Count:1b,Damage:0s,ForgeCaps:{"wizardryutils:summoneditemdata":{}}}],Size:7},"mcjtylib_ng:preferences":{buffX:2,buffY:2,style:"flat gradient"},"rftools:properties":{destinations:[],onElevator:0b,buffTicks:0,allowFlying:0b,oldAllowFlying:0b,buffs:[I;],buffTimeouts:[I;]},"subaquatic:bubble_column":0b,"comforts:sleeptime":0L,"comforts:sleeping":{Sleeping:0b,Pos:{X:0,Y:0,Z:0}}},Health:20.0f,HurtTime:0s,HurtByTimestamp:0,DeathTime:0s,AbsorptionAmount:0.0f,Attributes:[{Name:"enderio.aoe.xz",Base:0.0d},{Name:"enderio.aoe.y",Base:0.0d},{Name:"enderio.aoe.xyz",Base:0.0d},{Name:"generic.flightSpeed",Base:0.0d},{Name:"generic.walkSpeed",Base:0.0d},{Name:"wizardryutils.SpellDuration",Base:100.0d},{Name:"wizardryutils.SpellPotency",Base:100.0d},{Name:"wizardryutils.SpellCooldown",Base:100.0d},{Name:"wizardryutils.SpellChargeup",Base:100.0d},{Name:"wizardryutils.SpellCost",Base:100.0d},{Name:"wizardryutils.SpellBlast",Base:100.0d},{Name:"wizardryutils.SpellCondensing",Base:0.0d},{Name:"bettercombat.critChance",Base:0.05d},{Name:"bettercombat.critDamage",Base:1.5d},{Name:"generic.soundSensivity",Base:1.0d},{Name:"generic.maxHealth",Base:20.0d},{Name:"generic.knockbackResistance",Base:0.0d},{Name:"generic.movementSpeed",Base:0.10000000149011612d,Modifiers:[{Name:"Unknown synced attribute modifier",Amount:0.4000000059604645d,Operation:2,UUIDMost:-7949229004988660584L,UUIDLeast:-7828611303000832459L}]},{Name:"generic.armor",Base:0.0d,Modifiers:[{Name:"Unknown synced attribute modifier",Amount:0.32959985733032227d,Operation:1,UUIDMost:-7878216490085956403L,UUIDLeast:-6403703647498291357L},{Name:"Unknown synced attribute modifier",Amount:0.34647810459136963d,Operation:2,UUIDMost:-7878216489104489267L,UUIDLeast:-6403703647498291357L}]},{Name:"generic.armorToughness",Base:0.0d},{Name:"forge.swimSpeed",Base:1.0d},{Name:"generic.attackDamage",Base:1.0d,Modifiers:[{Name:"Tool modifier",Amount:4.5d,Operation:0,UUIDMost:-3801225194067177672L,UUIDLeast:-6586624321849018929L}]},{Name:"generic.attackSpeed",Base:4.0d},{Name:"generic.luck",Base:0.0d},{Name:"generic.reachDistance",Base:5.0d}],ActiveEffects:[{Id:8b,Amplifier:1b,Duration:10,Ambient:0b,ShowParticles:1b,CurativeItems:[{id:"minecraft:milk_bucket",Count:1b,Damage:0s}]},{Id:1b,Amplifier:1b,Duration:10,Ambient:0b,ShowParticles:1b,CurativeItems:[{id:"minecraft:milk_bucket",Count:1b,Damage:0s}]}],FallFlying:0b,DataVersion:1343,Inventory:[{Slot:0b,id:"astralsorcery:itemchargedcrystalsword",Count:1b,Damage:0s,tag:{astralsorcery:{size:318,purity:38,collect:89,fract:0,sizeOverride:-1},RepairCost:31,ench:[{id:16s,lvl:5s},{id:21s,lvl:3s},{id:34s,lvl:3s},{id:53s,lvl:3s},{id:59s,lvl:2s}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:1b,id:"minecraft:diamond_pickaxe",Count:1b,Damage:47s,tag:{ench:[{id:32s,lvl:4s},{id:34s,lvl:3s},{id:33s,lvl:1s},{id:63s,lvl:1s},{id:70s,lvl:1s}],RepairCost:15},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:2b,id:"minecraft:diamond_shovel",Count:1b,Damage:830s,tag:{ench:[{id:32s,lvl:5s},{id:34s,lvl:3s},{id:70s,lvl:1s},{id:33s,lvl:1s}],RepairCost:3},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:3b,id:"minecraft:fireworks",Count:5b,Damage:0s,tag:{Fireworks:{Flight:1b}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:4b,id:"thermalexpansion:reservoir",Count:1b,Damage:0s,tag:{Active:0b,Mode:1,Fluid:{FluidName:"astralsorcery.liquidstarlight",Amount:7300}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:8b,id:"akashictome:tome",Count:1b,Damage:0s,tag:{"akashictome:data":{witchery9:{ForgeCaps:{"wizardryutils:summoneditemdata":{}},id:"witchery:extended_biomes_book",Count:1b,tag:{"akashictome:displayName":"§o§lBook of Biomes§r§o (Extended Edition)",Biome:"minecraft:mushroom_island_shore","akashictome:definedMod":"witchery9","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lBook of Biomes§r§o (Extended Edition)§r)"}},Damage:0s},witchery5:{ForgeCaps:{"wizardryutils:summoneditemdata":{}},id:"witchery:biomes_book",Count:1b,tag:{"akashictome:definedMod":"witchery5"},Damage:0s},immersiveengineering:{ForgeCaps:{"wizardryutils:summoneditemdata":{},"astralsorcery:cap_item_amulet_holder":{AS_Amulet_HolderLeast:-4783089404273185109L,AS_Amulet_HolderMost:4431579652873339823L}},id:"immersiveengineering:tool",Count:1b,tag:{"akashictome:displayName":"Engineer's Manual","akashictome:definedMod":"immersiveengineering","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aEngineer's Manual§r)"}},Damage:3s},witchery10:{ForgeCaps:{"wizardryutils:summoneditemdata":{}},id:"witchery:collecting_fumes_book",Count:1b,tag:{"akashictome:displayName":"§o§lWitchcraft§r§o: Collecting Fumes","akashictome:definedMod":"witchery10","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Collecting Fumes§r)"},Page:2},Damage:0s},rustic:{ForgeCaps:{"wizardryutils:summoneditemdata":{},"astralsorcery:cap_item_amulet_holder":{AS_Amulet_HolderLeast:-4783089404273185109L,AS_Amulet_HolderMost:4431579652873339823L}},id:"rustic:book",Count:1b,tag:{"akashictome:displayName":"Almanac","akashictome:definedMod":"rustic","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aAlmanac§r)"}},Damage:0s},toolbox:{ForgeCaps:{"wizardryutils:summoneditemdata":{},"astralsorcery:cap_item_amulet_holder":{AS_Amulet_HolderLeast:-4783089404273185109L,AS_Amulet_HolderMost:4431579652873339823L}},id:"toolbox:guide_book",Count:1b,tag:{"akashictome:displayName":"Toolmakers' Treatise","akashictome:definedMod":"toolbox","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aToolmakers' Treatise§r)"}},Damage:0s},witchery2:{ForgeCaps:{"wizardryutils:summoneditemdata":{}},id:"witchery:immortals_observations_book",Count:1b,tag:{"akashictome:displayName":"Observations of an Immortal","akashictome:definedMod":"witchery2","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aObservations of an Immortal§r)"},Page:0},Damage:0s},forestry:{ForgeCaps:{"wizardryutils:summoneditemdata":{},"astralsorcery:cap_item_amulet_holder":{AS_Amulet_HolderLeast:-4783089404273185109L,AS_Amulet_HolderMost:4431579652873339823L}},id:"forestry:book_forester",Count:1b,tag:{"akashictome:displayName":"Forester's Manual","akashictome:definedMod":"forestry","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aForester's Manual§r)"}},Damage:0s},witchery6:{id:"witchery:symbology_book",Count:1b,Damage:0s,tag:{"akashictome:definedMod":"witchery6","akashictome:is_morphing":1b,"akashictome:displayName":"§o§lWitchcraft§r§o: Symbology",display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Symbology§r)"},Page:5},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},witchery8:{id:"witchery:distilling_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"§o§lWitchcraft§r§o: Distilling","akashictome:definedMod":"witchery8","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Distilling§r)"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},ancientspellcraft:{id:"patchouli:guide_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"Ancient Compendium","akashictome:definedMod":"ancientspellcraft","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aAncient Compendium§r)"},"patchouli:book":"ancientspellcraft:manual"},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},witchery1:{id:"witchery:witches_brews_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"Witches' Brews","akashictome:definedMod":"witchery1","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aWitches' Brews§r)"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},ebwizardry:{id:"ebwizardry:wizard_handbook",Count:1b,Damage:0s,tag:{"akashictome:displayName":"The Wizard's Handbook","akashictome:definedMod":"ebwizardry","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aThe Wizard's Handbook§r)"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},witchery7:{id:"witchery:brews_and_infusions_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"§o§lWitchcraft§r§o: Brews & Infusions","akashictome:definedMod":"witchery7","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Brews & Infusions§r)"},Page:28},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},witchery3:{id:"witchery:herbology_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"§o§lWitchcraft§r§o: Herbology","akashictome:definedMod":"witchery3","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Herbology§r)"},Page:19},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},witchery4:{id:"witchery:conjuration_and_fetishes_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"§o§lWitchcraft§r§o: Conjuration & Fetishes","akashictome:definedMod":"witchery4","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Conjuration & Fetishes§r)"},Page:7},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},witchery:{id:"witchery:circle_magic_book",Count:1b,Damage:0s,tag:{"akashictome:displayName":"§o§lWitchcraft§r§o: Circle Magic","akashictome:definedMod":"witchery","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§a§o§lWitchcraft§r§o: Circle Magic§r)"},Small:0b,Ritual:"witchery:circle_binding"},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},thaumcraft:{id:"thaumcraft:thaumonomicon",Count:1b,Damage:0s,tag:{"akashictome:definedMod":"thaumcraft","akashictome:is_morphing":1b,"akashictome:displayName":"Thaumonomicon",display:{Name:"§rAkashic Tome (§aThaumonomicon§r)"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},antiqueatlas:{id:"antiqueatlas:antique_atlas",Count:1b,Damage:0s,tag:{"akashictome:displayName":"Antique Atlas #0","akashictome:definedMod":"antiqueatlas","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aAntique Atlas #0§r)"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},thermalfoundation:{id:"thermalfoundation:tome_experience",Count:1b,Damage:0s,tag:{"akashictome:displayName":"Tome of Knowledge",Experience:2194,"akashictome:definedMod":"thermalfoundation","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aTome of Knowledge§r)"},Mode:0},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},astralsorcery:{id:"astralsorcery:itemjournal",Count:1b,Damage:0s,tag:{"akashictome:displayName":"Astral Tome",astralsorcery:{constellations:["astralsorcery.constellation.armara","astralsorcery.constellation.horologium","astralsorcery.constellation.aevitas","astralsorcery.constellation.pelotrio","astralsorcery.constellation.mineralis","astralsorcery.constellation.evorsio","astralsorcery.constellation.lucerna","astralsorcery.constellation.bootes","astralsorcery.constellation.discidia","astralsorcery.constellation.fornax","astralsorcery.constellation.vicio","astralsorcery.constellation.octans"]},"akashictome:definedMod":"astralsorcery","akashictome:is_morphing":1b,display:{Name:"§rAkashic Tome (§aAstral Tome§r)"}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}},"akashictome:is_morphing":1b},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:100b,id:"ebwizardry:battlemage_boots_fire",Count:1b,Damage:152s,tag:{ench:[{lvl:4s,id:2s},{lvl:1s,id:63s}],RepairCost:1},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:101b,id:"ebwizardry:battlemage_leggings_sorcery",Count:1b,Damage:137s,tag:{ench:[{lvl:4s,id:40s},{lvl:3s,id:1s},{lvl:1s,id:63s}],RepairCost:1},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:102b,id:"minecraft:elytra",Count:1b,Damage:60s,tag:{ench:[{id:70s,lvl:1s},{id:34s,lvl:3s}]},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:103b,id:"ebwizardry:battlemage_helmet_sorcery",Count:1b,Damage:138s,tag:{ench:[{lvl:5s,id:40s},{lvl:4s,id:3s},{lvl:5s,id:39s},{lvl:1s,id:63s}],RepairCost:1},ForgeCaps:{"wizardryutils:summoneditemdata":{}}},{Slot:-106b,id:"ebwizardry:master_wand",Count:1b,Damage:1215s,tag:{RepairCost:0,display:{Name:"Utility Wand"},cooldown:[I;0,0,0,0,0,0,0],maxCooldown:[I;34,34,28,180,34,31,34],selectedSpell:1,spells:[I;149,45,39,229,170,51,12],upgrades:{duration:1,siphon:1,attunement:2,cooldown:1,range:1,storage:1,melee:1,condenser:1}},ForgeCaps:{"wizardryutils:summoneditemdata":{}}}],SelectedItemSlot:5,Sleeping:0b,SleepTimer:0s,XpP:0.0f,XpLevel:0,XpTotal:0,XpSeed:0,Score:6524,ForgeDataVersion:{minecraft:1343,metalchests:2,astralsorcery:1,immersiveengineering:1,logisticspipes:1,netherex:209,techreborn:1,fluidlogged_api:101,rftools:2,forestry:1,bigreactors:1,danknull:101},SpawnX:116,SpawnY:64,SpawnZ:240,SpawnForced:1b,Spawns:[],HasSpawnDimensionSet:0b,foodLevel:19,foodTickTimer:0,foodSaturationLevel:0.0f,foodExhaustionLevel:0.54323876f,abilities:{invulnerable:0b,flying:0b,mayfly:0b,instabuild:0b,mayBuild:1b,flySpeed:0.05f,walkSpeed:0.1f},EnderItems:[]}

-- Affected level --
  Level name: MpServer
  All players: 1 total; [EntityPlayerSP['oitsjustjose'/47650299, l='MpServer', x=1654.82, y=92.88, z=1038.14]]
  Chunk stats: MultiplayerChunkCache: 625, 625
  Level seed: 0
  Level generator: ID 07 - quark_realistic, ver 0. Features enabled: false
  Level generator options: 
  Level spawn location: World: (116,64,240), Chunk: (at 4,4,0 in 7,15; contains blocks 112,0,240 to 127,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  Level time: 56051278 game time, 60961618 day time
  Level dimension: 0
  Level storage version: 0x00000 - Unknown?
  Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  Forced entities: 55 total; [EntityArmorStand['Armor Stand'/512, l='MpServer', x=1733.50, y=88.00, z=1046.50], EntityArmorStand['Armor Stand'/513, l='MpServer', x=1733.50, y=88.00, z=1045.50], EntitySpider['Spider'/47687638, l='MpServer', x=1619.67, y=64.00, z=1050.66], EntityPig['Pig'/47685970, l='MpServer', x=1580.50, y=106.00, z=993.69], EntitySheep['Sheep'/47685969, l='MpServer', x=1579.43, y=106.00, z=997.45], EntityPlayerSP['oitsjustjose'/47650299, l='MpServer', x=1654.82, y=92.88, z=1038.14], EntityCreeper['Creeper'/47688398, l='MpServer', x=1665.50, y=26.00, z=1117.50], EntityCreeper['Creeper'/47688397, l='MpServer', x=1664.50, y=26.00, z=1117.50], EntityZombie['Zombie'/47688951, l='MpServer', x=1621.50, y=54.00, z=1091.50], EntityBat['Bat'/47673214, l='MpServer', x=1720.81, y=53.43, z=1004.26], EntityZombie['Zombie'/47677048, l='MpServer', x=1699.50, y=20.00, z=1004.50], EntityCod['Cod'/47686628, l='MpServer', x=1689.85, y=60.02, z=965.26], EntityCod['Cod'/47686627, l='MpServer', x=1691.11, y=60.53, z=966.19], EntityCod['Cod'/47686626, l='MpServer', x=1687.55, y=55.00, z=961.84], EntityCod['Cod'/47686625, l='MpServer', x=1687.02, y=55.00, z=961.24], EntityCod['Cod'/47686624, l='MpServer', x=1688.28, y=54.92, z=961.05], EntityCreeper['Creeper'/47688928, l='MpServer', x=1598.50, y=30.00, z=994.50], EntitySheep['Sheep'/47650743, l='MpServer', x=1624.57, y=100.00, z=980.83], JavelinEntity['Javelin'/47650870, l='MpServer', x=1686.30, y=48.05, z=977.77], EntitySheep['Sheep'/47650742, l='MpServer', x=1584.47, y=97.00, z=1014.80], EntityArchaeologist['Archaeologist'/47650869, l='MpServer', x=1676.00, y=39.00, z=1003.00], EntityPig['Pig'/47650741, l='MpServer', x=1589.36, y=100.00, z=1012.23], EntityPig['Pig'/47650740, l='MpServer', x=1605.75, y=104.00, z=993.49], EntityPig['Pig'/47650739, l='MpServer', x=1605.65, y=103.00, z=999.75], EntitySheep['Sheep'/47650738, l='MpServer', x=1601.45, y=106.00, z=1000.50], EntityPig['Pig'/47650737, l='MpServer', x=1601.67, y=96.00, z=1007.19], EntitySheep['Sheep'/47650736, l='MpServer', x=1603.88, y=102.00, z=988.46], EntityCow['Cow'/47650749, l='MpServer', x=1587.53, y=93.00, z=1037.90], EntitySheep['Sheep'/47650748, l='MpServer', x=1592.54, y=64.00, z=1031.51], EntityPig['Pig'/47650747, l='MpServer', x=1601.53, y=96.00, z=1014.71], EntitySheep['Sheep'/47650746, l='MpServer', x=1604.30, y=96.00, z=1013.90], EntitySheep['Sheep'/47650745, l='MpServer', x=1609.76, y=91.00, z=1028.11], EntitySheep['Sheep'/47650872, l='MpServer', x=1645.94, y=96.00, z=996.50], EntityPig['Pig'/47650744, l='MpServer', x=1611.51, y=105.00, z=984.21], EntityBat['Bat'/47688760, l='MpServer', x=1690.52, y=40.10, z=991.81], EntityCombustionRune['Magic'/47650983, l='MpServer', x=1731.57, y=80.00, z=1023.41], EntityBat['Bat'/47688743, l='MpServer', x=1649.44, y=26.40, z=1025.70], EntityBat['Bat'/47688741, l='MpServer', x=1657.24, y=28.38, z=1030.81], EntitySpiritWolf[''/504, l='MpServer', x=1715.70, y=86.00, z=1024.37], EntitySheep['Sheep'/47650735, l='MpServer', x=1624.80, y=99.00, z=971.47], EntityCovenWitch['Nerezza DeAngelus'/505, l='MpServer', x=1726.50, y=85.50, z=1053.07], EntitySheep['Sheep'/47650734, l='MpServer', x=1620.82, y=102.00, z=1002.56], EntityArmorStand['Armor Stand'/506, l='MpServer', x=1734.50, y=88.00, z=1048.50], EntitySheep['Sheep'/47650733, l='MpServer', x=1625.12, y=101.00, z=1004.53], EntityArmorStand['Armor Stand'/507, l='MpServer', x=1735.50, y=88.00, z=1048.50], EntitySheep['Sheep'/47650732, l='MpServer', x=1590.25, y=72.00, z=1087.49], EntityArmorStand['Armor Stand'/508, l='MpServer', x=1737.50, y=88.00, z=1048.50], LootrChestMinecartEntity['Minecart with Chest'/47650731, l='MpServer', x=1594.50, y=33.06, z=1080.50], EntityArmorStand['Armor Stand'/509, l='MpServer', x=1738.50, y=88.00, z=1048.50], LootrChestMinecartEntity['Minecart with Chest'/47650730, l='MpServer', x=1613.50, y=34.06, z=1100.50], EntityArmorStand['Armor Stand'/510, l='MpServer', x=1739.50, y=88.00, z=1045.50], EntityBat['Bat'/47688745, l='MpServer', x=1651.37, y=27.85, z=1017.39], LootrChestMinecartEntity['Minecart with Chest'/47650729, l='MpServer', x=1602.50, y=34.06, z=1098.88], EntityArmorStand['Armor Stand'/511, l='MpServer', x=1739.50, y=88.00, z=1046.50], EntityArchaeologist['Archaeologist'/47650728, l='MpServer', x=1593.00, y=21.00, z=960.00]]
  Retry entities: 0 total; []
  Server brand: fml,forge
  Server type: Non-integrated multiplayer server

-- System Details --
  Minecraft Version: 1.12.2
  Operating System: Windows 11 (amd64) version 10.0
  Java Version: 1.8.0_382, Temurin
  Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
  Memory: 507028144 bytes (483 MB) / 4984930304 bytes (4754 MB) up to 7635730432 bytes (7282 MB)
  JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms128m -Xmx8192m
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: MCP 9.42 LoliASM 5.14 VintageFix 0.3.1 Powered by Forge 14.23.5.2860 169 mods loaded, 169 mods active
       States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
       
       | State  | ID                                | Version              | Source                                           | Signature                                |
       |:------ |:--------------------------------- |:-------------------- |:------------------------------------------------ |:---------------------------------------- |
       | LCHIJA | minecraft                         | 1.12.2               | minecraft.jar                                    | None                                     |
       | LCHIJA | mcp                               | 9.42                 | minecraft.jar                                    | None                                     |
       | LCHIJA | FML                               | 8.0.99.99            | forge-1.12.2-14.23.5.2860-universal.jar          | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCHIJA | forge                             | 14.23.5.2860         | forge-1.12.2-14.23.5.2860-universal.jar          | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCHIJA | assetmover                        | 2.5                  | minecraft.jar                                    | None                                     |
       | LCHIJA | mixinbooter                       | 7.1                  | minecraft.jar                                    | None                                     |
       | LCHIJA | passableleavescore                | 1.0.0                | minecraft.jar                                    | None                                     |
       | LCHIJA | witchery                          | 1.12.2-0.5.2.4-forge | WitcheryResurrected-1.12.2-0.5.2.4-forge-all.jar | None                                     |
       | LCHIJA | configanytime                     | 1.0                  | !configanytime-1.0.jar                           | None                                     |
       | LCHIJA | actuallyadditions                 | 1.12.2-r152          | ActuallyAdditions-1.12.2-r152.jar                | None                                     |
       | LCHIJA | akashictome                       | 1.2-12               | AkashicTome-1.2-12.jar                           | None                                     |
       | LCHIJA | antiqueatlas                      | 4.6.3                | antiqueatlas-1.12.2-4.6.3.jar                    | None                                     |
       | LCHIJA | antiqueatlasoverlay               | 1.2                  | antiqueatlas-1.12.2-4.6.3.jar                    | None                                     |
       | LCHIJA | crafttweaker                      | 4.1.20               | CraftTweaker2-1.12-4.1.20.689.jar                | None                                     |
       | LCHIJA | mtlib                             | 3.0.7                | MTLib-3.0.7.jar                                  | None                                     |
       | LCHIJA | modtweaker                        | 4.0.19               | modtweaker-4.0.20.11.jar                         | None                                     |
       | LCHIJA | jei                               | 4.16.1.1000          | jei_1.12.2-4.16.1.1000.jar                       | None                                     |
       | LCHIJA | appleskin                         | 1.0.14               | AppleSkin-mc1.12-1.0.14.jar                      | None                                     |
       | LCHIJA | aquaacrobatics                    | 1.15.3               | AquaAcrobatics-1.15.3.jar                        | None                                     |
       | LCHIJA | baubles                           | 1.5.2                | Baubles-1.12-1.5.2.jar                           | None                                     |
       | LCHIJA | astralsorcery                     | 1.10.27              | astralsorcery-1.12.2-1.10.27.jar                 | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
       | LCHIJA | morphtool                         | 1.2-21               | Morph-o-Tool-1.2-21.jar                          | None                                     |
       | LCHIJA | quark                             | r1.6-179             | Quark-r1.6-179.jar                               | None                                     |
       | LCHIJA | autoreglib                        | 1.3-32               | AutoRegLib-1.3-32.jar                            | None                                     |
       | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.4.18        | badwithernocookiereloaded-1.12.2-3.4.18.jar      | None                                     |
       | LCHIJA | bibliocraft                       | 2.4.6                | BiblioCraft[v2.4.6][MC1.12.2].jar                | None                                     |
       | LCHIJA | blur                              | 1.0.4-14             | Blur-1.0.4-14.jar                                | None                                     |
       | LCHIJA | thaumcraft                        | 6.1.BETA26           | Thaumcraft-1.12.2-6.1.BETA26.jar                 | None                                     |
       | LCHIJA | botania                           | r1.10-364            | Botania r1.10-364.4.jar                          | None                                     |
       | LCHIJA | ctm                               | MC1.12.2-1.0.2.31    | CTM-MC1.12.2-1.0.2.31.jar                        | None                                     |
       | LCHIJA | chisel                            | MC1.12.2-1.0.2.45    | Chisel-MC1.12.2-1.0.2.45.jar                     | None                                     |
       | LCHIJA | redstoneflux                      | 2.1.1                | RedstoneFlux-1.12-2.1.1.1-universal.jar          | None                                     |
       | LCHIJA | cofhcore                          | 4.6.6                | CoFHCore-1.12.2-4.6.6.1-universal.jar            | None                                     |
       | LCHIJA | cofhworld                         | 1.4.0                | CoFHWorld-1.12.2-1.4.0.1-universal.jar           | None                                     |
       | LCHIJA | thermalfoundation                 | 2.6.7                | ThermalFoundation-1.12.2-2.6.7.1-universal.jar   | None                                     |
       | LCHIJA | cathedral                         | 1.12.2-1.9.9         | Cathedral-1.12.2-1.9.9.jar                       | None                                     |
       | LCHIJA | spark                             | 1.5.2                | spark-forge1122.jar                              | None                                     |
       | LCHIJA | loliasm                           | 5.14                 | censoredasm5.14.jar                              | None                                     |
       | LCHIJA | chameleon                         | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                         | None                                     |
       | LCHIJA | chiselsandbits                    | 14.33                | chiselsandbits-14.33.jar                         | None                                     |
       | LCHIJA | chopdownupdated                   | 1.12.2-1.2.4         | chopdownupdated-1.12.2-1.2.4.jar                 | None                                     |
       | LCHIJA | codechickenlib                    | 3.2.3.358            | CodeChickenLib-1.12.2-3.2.3.358-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | collective                        | 3.0                  | collective-1.12.2-3.0.jar                        | None                                     |
       | LCHIJA | colytra                           | 1.2.0.4              | colytra-1.12.2-1.2.0.4.jar                       | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
       | LCHIJA | morpheus                          | 1.12.2-3.5.106       | Morpheus-1.12.2-3.5.106.jar                      | None                                     |
       | LCHIJA | comforts                          | 1.4.1.3              | comforts-1.12.2-1.4.1.3.jar                      | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
       | LCHIJA | controlling                       | 3.0.10               | Controlling-3.0.12.2.jar                         | None                                     |
       | LCHIJA | cosmeticarmorreworked             | 1.12.2-v5a           | CosmeticArmorReworked-1.12.2-v5a.jar             | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | ctgui                             | 1.0.0                | CraftTweaker2-1.12-4.1.20.689.jar                | None                                     |
       | LCHIJA | crafttweakerjei                   | 2.0.3                | CraftTweaker2-1.12-4.1.20.689.jar                | None                                     |
       | LCHIJA | creeperconfetti                   | 1.4.2                | creeperconfetti-1.4.2.jar                        | None                                     |
       | LCHIJA | culinaryconstruct                 | 1.3.4                | culinaryconstruct-1.3.4.jar                      | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
       | LCHIJA | custommainmenu                    | 2.0.9.1              | CustomMainMenu-MC1.12.2-2.0.9.1.jar              | None                                     |
       | LCHIJA | waila                             | 1.8.26               | Hwyla-1.8.26-B41_1.12.2.jar                      | None                                     |
       | LCHIJA | endercore                         | 1.12.2-0.5.78        | EnderCore-1.12.2-0.5.78.jar                      | None                                     |
       | LCHIJA | thermalexpansion                  | 5.5.7                | ThermalExpansion-1.12.2-5.5.7.1-universal.jar    | None                                     |
       | LCHIJA | enderio                           | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | p455w0rdslib                      | 2.3.161              | p455w0rdslib-1.12.2-2.3.161.jar                  | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
       | LCHIJA | mousetweaks                       | 2.10.1               | MouseTweaks-2.10.1-mc1.12.2.jar                  | None                                     |
       | LCHIJA | danknull                          | 1.8.101              | DankNull-1.12.2-1.8.101.jar                      | None                                     |
       | LCHIJA | defaultoptions                    | 9.2.8                | DefaultOptions_1.12.2-9.2.8.jar                  | None                                     |
       | LCHIJA | easyelytratakeoff                 | 2.1                  | easyelytratakeoff_1.12.2-2.1.jar                 | None                                     |
       | LCHIJA | ebwizardry                        | 4.3.11               | ElectroblobsWizardry-4.3.11.jar                  | None                                     |
       | LCHIJA | enchdesc                          | 1.1.20               | EnchantmentDescriptions-1.12.2-1.1.20.jar        | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | enderiointegrationtic             | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderiobase                       | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderioconduits                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderioconduitsappliedenergistics | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderioconduitsopencomputers      | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | refinedstorage                    | 1.6.16               | refinedstorage-1.6.16.jar                        | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
       | LCHIJA | enderioconduitsrefinedstorage     | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | reborncore                        | 3.19.5               | RebornCore-1.12.2-3.19.5-universal.jar           | None                                     |
       | LCHIJA | techreborn                        | 2.27.3.1084          | TechReborn-1.12.2-2.27.3.1084-universal.jar      | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
       | LCHIJA | forestry                          | 5.8.2.422            | forestry_1.12.2-5.8.2.422.jar                    | None                                     |
       | LCHIJA | enderiointegrationforestry        | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderiointegrationticlate         | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderioinvpanel                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderiomachines                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderiopowertools                 | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                        | None                                     |
       | LCHIJA | enderstorage                      | 2.4.6.137            | EnderStorage-1.12.2-2.4.6.137-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | extrautils2                       | 1.0                  | extrautils2-1.12-1.9.9.jar                       | None                                     |
       | LCHIJA | zerocore                          | 1.12.2-0.1.2.9       | zerocore-1.12.2-0.1.2.9.jar                      | None                                     |
       | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68      | ExtremeReactors-1.12.2-0.4.5.68.jar              | None                                     |
       | LCHIJA | fbp                               | 2.4.1                | FancyBlockParticles-1.12.x-2.4.1.jar             | None                                     |
       | LCHIJA | farseek                           | 2.5.1                | Farseek-1.12-2.5.1.jar                           | None                                     |
       | LCHIJA | fluidlogged_api                   | 2.2.7                | Fluidlogged-API-v2.2.7-mc1.12.2.jar              | None                                     |
       | LCHIJA | forgelin_continuous               | 1.9.0.0              | Forgelin-Continuous-1.9.0.0.jar                  | None                                     |
       | LCHIJA | forgemultipartcbe                 | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | microblockcbe                     | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar     | None                                     |
       | LCHIJA | minecraftmultipartcbe             | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar     | None                                     |
       | LCHIJA | llibrary                          | 1.7.20               | llibrary-1.7.20-1.12.2.jar                       | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
       | LCHIJA | fossil                            | 8.0.5                | fossilsarcheology-8.0.6.jar                      | None                                     |
       | LCHIJA | fw                                | 1.6.0                | FullscreenWindowed-1.12-1.6.0-1.jar              | None                                     |
       | LCHIJA | cfm                               | 6.3.0                | furniture-6.3.2-1.12.2.jar                       | None                                     |
       | LCHIJA | gravestone                        | 1.10.3               | gravestone-1.10.3.jar                            | None                                     |
       | LCHIJA | greenery                          | 4.3                  | Greenery-1.12.2-4.3.jar                          | None                                     |
       | LCHIJA | hammercore                        | 2.0.6.32             | HammerLib-1.12.2-2.0.6.32.jar                    | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
       | LCHIJA | immersiveengineering              | 0.12-98              | ImmersiveEngineering-0.12-98.jar                 | None                                     |
       | LCHIJA | immersivecables                   | 1.3.2                | ImmersiveCables-1.12.2-1.3.2.jar                 | None                                     |
       | LCHIJA | bettercombat                      | 1.5.6                | ImmersiveCombat-7-5-2023.jar                     | None                                     |
       | LCHIJA | improvedbackpacks                 | 1.12.2-1.5.0.0       | ImprovedBackpacks-1.12.2-1.5.0.0.jar             | None                                     |
       | LCHIJA | inventorysorter                   | 1.13.3+57            | inventorysorter-1.12.2-1.13.3+57.jar             | None                                     |
       | LCHIJA | kleeslabs                         | 5.4.12               | KleeSlabs_1.12.2-5.4.12.jar                      | None                                     |
       | LCHIJA | legendarytooltips                 | 1.1.9                | LegendaryTooltips-1.12.2-1.1.9.jar               | None                                     |
       | LCHIJA | libraryex                         | 1.2.2                | LibraryEx-1.12.2-1.2.2.jar                       | None                                     |
       | LCHIJA | logisticspipes                    | 0.10.4.46            | logisticspipes-0.10.4.46.jar                     | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
       | LCHIJA | lootr                             | 0.6.1                | lootr-1.12.2-0.6.1.jar                           | None                                     |
       | LCHIJA | mcjtylib_ng                       | 3.5.4                | mcjtylib-1.12-3.5.4.jar                          | None                                     |
       | LCHIJA | tbone                             | v1.6.8+mc1.12.2      | TBone-v1.6.8+mc1.12.2.jar                        | None                                     |
       | LCHIJA | metalchests                       | v6.1.0+mc1.12.2      | MetalChests-v6.1.0+mc1.12.2.jar                  | None                                     |
       | LCHIJA | moreoverlays                      | 1.15.1               | moreoverlays-1.15.1-mc1.12.2.jar                 | None                                     |
       | LCHIJA | mowziesmobs                       | 1.5.8                | mowziesmobs-1.5.8.jar                            | None                                     |
       | LCHIJA | mrtjpcore                         | 2.1.4.43             | MrTJPCore-1.12.2-2.1.4.43-universal.jar          | None                                     |
       | LCHIJA | netherex                          | 2.2.5                | NetherEx-1.12.2-2.2.5.jar                        | None                                     |
       | LCHIJA | nether_api                        | 1.2.0                | Nether-API-v1.2.0-mc1.12.2.jar                   | None                                     |
       | LCHIJA | netherchest                       | 1.1.1                | netherchest-1.1.1.jar                            | None                                     |
       | LCHIJA | netherportalfix                   | 5.3.17               | NetherPortalFix_1.12.1-5.3.17.jar                | None                                     |
       | LCHIJA | patchouli                         | 1.0-23.6             | Patchouli-1.0-23.6.jar                           | None                                     |
       | LCHIJA | pipeblocker                       | 1.1.3                | pipeblocker-forge17_112-1.1.3.jar                | None                                     |
       | LCHIJA | placebo                           | 1.6.0                | Placebo-1.12.2-1.6.1.jar                         | None                                     |
       | LCHIJA | projectred-core                   | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-Base.jar             | None                                     |
       | LCHIJA | projectred-compat                 | 1.0                  | ProjectRed-1.12.2-4.9.4.120-compat.jar           | None                                     |
       | LCHIJA | projectred-integration            | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-integration.jar      | None                                     |
       | LCHIJA | projectred-transmission           | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-integration.jar      | None                                     |
       | LCHIJA | projectred-fabrication            | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-fabrication.jar      | None                                     |
       | LCHIJA | projectred-illumination           | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-lighting.jar         | None                                     |
       | LCHIJA | projectred-expansion              | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-mechanical.jar       | None                                     |
       | LCHIJA | projectred-relocation             | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-mechanical.jar       | None                                     |
       | LCHIJA | projectred-transportation         | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-mechanical.jar       | None                                     |
       | LCHIJA | rebornstorage                     | 1.0.0                | RebornStorage-1.12.2-3.3.4.1.jar                 | None                                     |
       | LCHIJA | redstonearsenal                   | 2.6.6                | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar     | None                                     |
       | LCHIJA | refinedstorageaddons              | 0.4.5                | refinedstorageaddons-0.4.5.jar                   | None                                     |
       | LCHIJA | resourceloader                    | 1.5.3                | ResourceLoader-MC1.12.1-1.5.3.jar                | d72e0dd57935b3e9476212aea0c0df352dd76291 |
       | LCHIJA | rftools                           | 7.73                 | rftools-1.12-7.73.jar                            | None                                     |
       | LCHIJA | rustic                            | 1.1.7                | rustic-1.1.7.jar                                 | None                                     |
       | LCHIJA | thermaldynamics                   | 2.5.6                | ThermalDynamics-1.12.2-2.5.6.1-universal.jar     | None                                     |
       | LCHIJA | simplyjetpacks                    | 1.12.2-2.2.20.0      | SimplyJetpacks2-1.12.2-2.2.20.0.jar              | None                                     |
       | LCHIJA | soundfilters                      | 0.12.1_for_1.12      | SoundFilters-0.12.1_for_1.12.jar                 | None                                     |
       | LCHIJA | storagedrawers                    | 5.5.0                | StorageDrawers-1.12.2-5.5.0.jar                  | None                                     |
       | LCHIJA | streams                           | 0.4.9                | Streams-1.12-0.4.9.jar                           | None                                     |
       | LCHIJA | subaquatic                        | 1.2.1                | Subaquatic-v1.2.1-mc1.12.2.jar                   | None                                     |
       | LCHIJA | supersoundmuffler                 | 1.0.2.10             | supersoundmuffler-revived_1.12.2_1.0.2.10.jar    | None                                     |
       | LCHIJA | tc6aspects4jei                    | 0.0.2a               | tc6aspects4jei-0.0.2a.jar                        | None                                     |
       | LCHIJA | thaumadditions                    | 12.7.8               | ThaumicAdditions-1.12.2-12.7.8.jar               | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
       | LCHIJA | thaumicaugmentation               | 1.12.2-2.1.11        | ThaumicAugmentation-1.12.2-2.1.11.jar            | None                                     |
       | LCHIJA | thaumicfixes                      | 1.0                  | thaumicfixes-1.0-nolibs.jar                      | None                                     |
       | LCHIJA | thaumicjei                        | 1.6.0                | ThaumicJEI-1.12.2-1.6.0-27.jar                   | None                                     |
       | LCHIJA | thermalinnovation                 | 0.3.6                | ThermalInnovation-1.12.2-0.3.6.1-universal.jar   | None                                     |
       | LCHIJA | toolbox                           | 0.2.14               | toolbox-0.2.14.jar                               | None                                     |
       | LCHIJA | torchmaster                       | 1.8.5.0              | torchmaster_1.12.2-1.8.5.0.jar                   | None                                     |
       | LCHIJA | traverse                          | 1.6.0                | Traverse-1.12.2-1.6.0-69.jar                     | None                                     |
       | LCHIJA | universaltweaks                   | 1.12.2-1.7.1         | UniversalTweaks-MB7-1.12.2-1.7.1.jar             | None                                     |
       | LCHIJA | vintagefix                        | 0.3.1                | vintagefix-0.3.1.jar                             | None                                     |
       | LCHIJA | vtweaks                           | 2.0.8                | VTweaks-1.12.2-2.0.8.jar                         | None                                     |
       | LCHIJA | wanionlib                         | 1.12.2-2.91          | WanionLib-1.12.2-2.91.jar                        | None                                     |
       | LCHIJA | waystones                         | 4.1.0                | Waystones_1.12.2-4.1.0.jar                       | None                                     |
       | LCHIJA | weirdinggadget                    | 1.0                  | weirdinggadget-1.12.2-2.1.16-universal.jar       | None                                     |
       | LCHIJA | wi-zoom                           | 1.0                  | wi-zoom-v1.1-MC1.12.2-release.jar                | None                                     |
       | LCHIJA | worleycaves                       | 1.5.2                | worleycaves-1.12.2-1.5.2.jar                     | None                                     |
       | LCHIJA | ancientspellcraft                 | 1.12.2-1.5.10        | AncientSpellcraft-1.12.2-1.5.10.jar              | None                                     |
       | LCHIJA | claimitapi                        | 1.12.2-1.2.1         | claimitapi-1.12.2-1.2.1.jar                      | None                                     |
       | LCHIJA | claimit                           | 1.12.2-1.2.1         | claimit-1.12.2-1.2.1.jar                         | None                                     |
       | LCHIJA | immersiveintelligence             | 0.2.1                | immersiveintelligence-0.2.1.jar                  | 770570c49a2652e64a9b29b9b9d9919ca68b7065 |
       | LCHIJA | wizardryutils                     | 1.12.2-1.1.4         | WizardryUtils-1.12.2-1.1.4.jar                   | None                                     |
       | LCHIJA | mospells                          | 1.12.2-1.0.4         | MoSpells-1.12.2-1.0.4.jar                        | None                                     |
       | LCHIJA | orelib                            | 3.6.0.1              | OreLib-1.12.2-3.6.0.1.jar                        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
       | LCHIJA | passableleaves                    | 2.0.0                | PassableLeaves-1.12.2-2.0.0.jar                  | None                                     |
       | LCHIJA | techreborn_compat                 | 1.0.0                | TechReborn-ModCompatibility-1.12.2-1.4.0.76.jar  | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
       | LCHIJA | unidict                           | 1.12.2-3.0.10        | UniDict-1.12.2-3.0.10.jar                        | None                                     |
  Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
                                        blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                      Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)
                                        
                                      Quark Plugin (Quark-r1.6-179.jar)
                                        vazkii.quark.base.asm.ClassTransformer
                                      IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
                                        pl.pabilo8.immersiveintelligence.common.asm.IIClassTransformer
                                      AssetMover (assetmover-2.5.jar)
                                        
                                      ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
                                        c4.colytra.asm.ElytraTransformer
                                      UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
                                        wanion.unidict.core.UniDictCoreModTransformer
                                      VintageFix (vintagefix-0.3.1.jar)
                                        org.embeddedt.vintagefix.transformer.ASMModParserTransformer
                                      BlurPlugin (Blur-1.0.4-14.jar)
                                        com.tterrag.blur.BlurTransformer
                                      WiZoomCoreMod (wi-zoom-v1.1-MC1.12.2-release.jar)
                                        
                                      LoliASM (censoredasm5.14.jar)
                                        
                                      LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                        lumien.resourceloader.asm.ClassTransformer
                                      PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
                                        teamrtg.passableleaves.asm.PassableLeavesTransformer
                                      LootrCore (lootr-1.12.2-0.6.1.jar)
                                        
                                      MixinBooter (!mixinbooter-7.1.jar)
                                        
                                      Nether API Plugin (Nether-API-v1.2.0-mc1.12.2.jar)
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerBetterNetherConfigLoader
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerBetterNetherFirefly
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerBetterNetherGenerator
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerBiomesOPlentyBiomes
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerBiomesOPlentyDecorator
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerLibraryExCascadingFix
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerNetherEXBiomes
                                        git.jbredwards.nether_api.mod.asm.transformers.modded.TransformerNetherExOverride
                                        git.jbredwards.nether_api.mod.asm.transformers.vanilla.TransformerBiomeHell
                                        git.jbredwards.nether_api.mod.asm.transformers.vanilla.TransformerCommandLocate
                                        git.jbredwards.nether_api.mod.asm.transformers.vanilla.TransformerMapGenCavesHell
                                        git.jbredwards.nether_api.mod.asm.transformers.vanilla.TransformerWorldClient
                                      Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.11.jar)
                                        thecodex6824.thaumicaugmentation.core.TATransformer
                                      PipeBlocker (pipeblocker-forge17_112-1.1.3.jar)
                                        info.mmpa.pipeblocker.PipeTransformer
                                      WitcheryLoadingPlugin (WitcheryResurrected-1.12.2-0.5.2.4-forge-all.jar)
                                        net.msrandom.witchery.asm.WitcheryLoadingPlugin$Transformer
                                      CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
                                        team.chisel.ctm.client.asm.CTMTransformer
                                      FarseekCoreMod (Farseek-1.12-2.5.1.jar)
                                        farseek.core.FarseekClassTransformer
                                      EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
                                        com.enderio.core.common.transform.EnderCoreTransformer
                                        com.enderio.core.common.transform.SimpleMixinPatcher
                                      LogisticsPipesCoreLoader (logisticspipes-0.10.4.46.jar)
                                        logisticspipes.asm.LogisticsClassTransformer
                                      llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                        net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                        net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                      AstralCore (astralsorcery-1.12.2-1.10.27.jar)
                                        
                                      Fluidlogged API Plugin (Fluidlogged-API-v2.2.7-mc1.12.2.jar)
                                        git.jbredwards.fluidlogged_api.mod.asm.ASMHandler$Transformer
                                        git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerLevelProperty
                                        git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerSmoothWater
                                      ForgelinPlugin (Forgelin-Continuous-1.9.0.0.jar)
                                        
                                      Subaquatic Plugin (Subaquatic-v1.2.1-mc1.12.2.jar)
                                        git.jbredwards.subaquatic.mod.asm.ASMHandler$Transformer
                                      HCASM (HammerLib-1.12.2-2.0.6.32.jar)
                                        com.zeitheron.hammercore.asm.HammerCoreTransformer
                                      thaumicfixes (thaumicfixes-1.0-nolibs.jar)
                                        
                                      UniversalTweaksCore (UniversalTweaks-MB7-1.12.2-1.7.1.jar)
                                        
                                      ConfigAnytimePlugin (!configanytime-1.0.jar)
                                        
                                      TARCore (ThaumicAdditions-1.12.2-12.7.8.jar)
  GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 527.56' Renderer: 'NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2'
  Ender IO: No known problems detected.
            Authlib is : /C:/Users/Jose/AppData/Roaming/PrismLauncher/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
            
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            !!!You are looking at the diagnostics information, not at the crash.       !!!
            !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  HammerCore Debug Information: Dependent Mods:
                                -Thaumic Additions: Reconstructed (thaumadditions) @ 12.7.8
  RebornCore: Plugin Engine: 0
              RebornCore Version: 3.19.5
              Runtime Debofucsation 1
              Invalid fingerprint detected for RebornCore!
              RenderEngine: 0
  Patchouli open book context: n/a
  Suspected Mods: Witchery: Resurrected (witchery), Fancy Block Particles (fbp), Subaquatic (subaquatic)
  Launched Version: 1.12.2
  LWJGL: 2.9.4
  OpenGL: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 527.56, NVIDIA Corporation
  GL Caps: Using GL 1.3 multitexturing.
           Using GL 1.3 texture combiners.
           Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
           Shaders are available because OpenGL 2.1 is supported.
           VBOs are available because OpenGL 1.5 is supported.
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: EclecticTrove-noconfig-1.16.5-1.2.0.zip (incompatible), Updated_Engineering_1.12.2_edition.zip, Modernity-format3-v3.9.0.zip, Voidpack 4.0.zip
  Current Language: English (US)
  Profiler Position: N/A (disabled)
  CPU: 32x AMD Ryzen 9 5950X 16-Core Processor
  Client Crashes Since Restart: 1
  Integrated Server Crashes Since Restart: 0
